shell script to scan for any files changes and email it

Hi it has been along time since my last blog, i found this usefull script on this forum http://forums.asmallorange.com/topic/13649-shell-script-to-monitor-file-changes/. I just want to share it 🙂 just go to your shell and create scan.sh files # vim scan.sh and type this #################################################################################################################### #!/bin/bash #Directory to search myDir=/home/username/public_html #Set frequency of command in minutes, this should … Continue reading shell script to scan for any files changes and email it